Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Themes.MaterialDesign Assembly / Xceed.Wpf.Themes.MaterialDesign Namespace / SnackbarMessageQueue Class / Enqueue Method / Enqueue<TArgument>(Object,Object,Action<TArgument>,TArgument,Boolean) Method


In This Topic
    Enqueue<TArgument>(Object,Object,Action<TArgument>,TArgument,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Enqueue(Of TArgument)( _
       ByVal content As Object, _
       ByVal actionContent As Object, _
       ByVal actionHandler As Action(Of TArgument), _
       ByVal actionArgument As TArgument, _
       ByVal promote As Boolean _
    ) 
    'Usage
     
    Dim instance As SnackbarMessageQueue
    Dim content As Object
    Dim actionContent As Object
    Dim actionHandler As Action(Of TArgument)
    Dim actionArgument As TArgument
    Dim promote As Boolean
     
    instance.Enqueue(Of TArgument)(content, actionContent, actionHandler, actionArgument, promote)
    public void Enqueue<TArgument>( 
       object content,
       object actionContent,
       Action<TArgument> actionHandler,
       TArgument actionArgument,
       bool promote
    )

    Parameters

    content
    actionContent
    actionHandler
    actionArgument
    promote

    Type Parameters

    TArgument
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also